home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / misc / sci / dproc126.lha / demo / invint.tst < prev    next >
Text File  |  1993-02-26  |  949b  |  70 lines

  1. #dsize 30
  2. #columns %f %f %f %f
  3. #queue 1 nu snu ua sua
  4.  
  5. #globtitle Umkehrintegrator
  6. #title nu $\nu$
  7. #unit nu Hz
  8. #title snu $s_\nu$
  9. #unit snu Hz
  10. #title ua U$_A$
  11. #unit ua mV
  12. #title sua $s_{U_A}$
  13. #unit sua mV
  14. #rtitle ua "Integratorkurve"
  15. #gtitle ua "U$_A(\nu)$"
  16.  
  17. #prec 0 2
  18. #prec nu 5
  19. #prec ua 3
  20.  
  21. 104.17/0.05/110/15
  22. 205/0.1/55/2
  23. 504//22.5/1.5
  24. 750/0.2/15/1.5
  25. 1006/1/11
  26. 2014//5.6/0.2
  27. 5001//2.4/0.15
  28. 7507//1.7
  29. #mark ende
  30. 10010/10/1.35
  31. 13090//1.15
  32. 15100
  33. 17050//1.35
  34. 17640//1.4
  35. 18990//1.25
  36. 25030//0.94/0.02
  37. 30040//0.91
  38. 50040//1/0.05
  39. 70050//1.25/0.02
  40. 85030//1.45
  41. 100020//1.7
  42.  
  43. ! regressionsende bei 10 kHz -- gewichtet!
  44.  
  45. #logreg 3 nu ua sua 0 ende
  46.  
  47. #term latex
  48. #set corr
  49. #set floathead
  50. #set caption invint
  51. #write "invint.tab"
  52.  
  53. #term gnuplot
  54. #set logscale xy
  55.  
  56. #if eepic
  57. #set output invint.eep
  58. #endif
  59.  
  60. #ocol nu ua sua
  61. #write "invint.dta" "invint.gnu"
  62.  
  63. #stop Press any key
  64.  
  65. #if gnup
  66. #dos gnuplot invint.gnu
  67. #else
  68. ! GnuPlot was activated, if you selected it
  69. #endif
  70.